home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / print / xprt.zip / XPRT.TXT < prev   
Text File  |  1994-05-31  |  8KB  |  213 lines

  1.              XPRT - LaserJet Printer Utility (Shareware)
  2.  
  3. XPRT formats text for output to the HP LaserJet Family, and compatible
  4. laser printers. Some of XPRT's features are:
  5.  
  6. Limited Epson (dot matrix) printer compatibility. No line shading or
  7. landscape orientation.
  8.  
  9. 1.  Graybar toggle - Provides shading of alternating lines of text to
  10.     help delineate lines of source code.
  11.  
  12. 2.  Smart word wrap - Will wrap at a whitespace if possible. Maintains
  13.     text indentation (source code structure).
  14.  
  15. 3.  Port Selection - Allow selection of LPT1, LPT2, LPT3, LPT4, or a
  16.     file for output. If file is chosen, it can later be typed or copied
  17.     to the printer.
  18.  
  19. 4.  Miniature Type - Allows combining subscript, superscript, and
  20.     compressed print. This lets you cram lots more on a page.
  21.  
  22. 5.  Menu or Command Line - Command line operation allows XPRT to be
  23.     called from another program for hands-off operation.
  24.  
  25. 6.  Page headings: 1. Includes file name, date, and page number.
  26.                    2. Also provides the FILE date and time.
  27.                    3. Page numbers only.
  28.     Page headings may also be turned off.
  29.  
  30. 7.  The current configuration of XPRT may be saved as the default.
  31.     Selecting 'S' from the menu establishes new default settings.
  32.  
  33.     ------------------------------------------------------------------
  34.                                    Note
  35.     vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  36.     
  37.     For use on a Local Area Network... if XPRT.EXE is write-protected
  38.     for any reason, XPRT.CFG will be created in the current directory.
  39.     When XPRT starts, it will attempt to open XPRT.CFG for default
  40.     setup information. If the .CFG file cannot be opened, XRPT will
  41.     use it's internal setup data.
  42.  
  43.     If XPRT.EXE is not write-protected, the setup data will be saved 
  44.     to the executable file. XPRT.CFG will not be created.
  45.  
  46.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  47.     ------------------------------------------------------------------
  48.  
  49. 8.  If the resulting printout is 10 pages or more, XPRT will beep
  50.     upon completion. This is to prevent you from having to watch
  51.     the monitor for long periods of time.
  52.  
  53. 9.  Support for legal size paper.
  54.  
  55. 10. Once registered, one need only download later versions to upgrade.
  56.     There is no charge for upgrades unless mailing a disk is required.
  57.    
  58. 11. Support for printing multiple copies.
  59.  
  60. 12. Selection of 6, 7, 8, or 10 (in miniature mode) lines per inch.
  61.  
  62. 13. Support for printing line numbers.
  63.  
  64. XPRT will check for a printer connected to the port if an LPT is 
  65. selected. It cannot, however, determine it the printer is LaserJet
  66. compatible. It must assume that the operator knows. This is
  67. unavoidable as the LaserJet provides no means of identification
  68. via software.
  69.  
  70. If you experience problems viewing XPRT with a monochrome monitor,
  71. set an environment variable MONITOR equal to MONO in your autoexec.bat
  72. file.
  73.    i.e.    set MONITOR=MONO
  74.  
  75. Command line switches can all be jammed together or separated by 
  76. whitespace.
  77.  
  78.   Syntax: XPRT [filename] [switches]
  79.  
  80.    Where: filename = Name of text file to be printed, path included.
  81.           switches = Optional formatting switches (see below).
  82.  
  83.   Command line switches:
  84.  
  85.   A    = Compressed print.
  86.   B    = Elite print (if supported.)
  87.   C    = Pica print.
  88.   D    = Miniature print.
  89.   Gnnn = Shade alternating lines of text.
  90.          Where nnn is the width of the shading.
  91.  
  92.          --------------------------------------------------------
  93.                                   Note
  94.          vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  95.          
  96.          G999 places XPRT in Epson mode.
  97.          
  98.          Epson mode does not provide any gray shading of lines or
  99.          landscape orientation.      
  100.  
  101.          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  102.          --------------------------------------------------------
  103.  
  104.   Hn   = Page heading select.
  105.          If n is 0 - No heading is printed.
  106.          If n is 1 - The heading contains the file name, page number,
  107.                      and the current date/time.
  108.          If n is 2 - The file date/time is added to the heading also.
  109.          If n is 3 - The header contains only the page number.
  110.   Inn  = Indent left margin nn spaces. Max is 25.
  111.   Ln   = Lines per inch (6, 7, 8, or 0) 0 = 10.
  112.   M    = Landscape (legal size.)
  113.   N    = Include line numbers.
  114.   Pn   = Printer port selection.
  115.          If n is 1 - Print to LPT1
  116.          If n is 2 - Print to LPT2
  117.          If n is 3 - Print to LPT3
  118.          If n is 4 - Print to LPT4
  119.          If n is 5 - Print to FILE
  120.   Q    = Portrait (letter size.)
  121.   Tnn  = Expand tabs to nn spaces. Max is 25.
  122.   Unn  = Number of copies to print where nn is 1-99.
  123.   V    = Portrait (legal size.)
  124.   W    = Landscape (letter size.)
  125.   Y    = Ignore embedded formfeed character.
  126.   Z    = Respond to embedded formfeed character.
  127.  
  128.          The command line:
  129.  
  130.             XPRT somefile.txt G3 
  131.  
  132.          Will shade alternating sets of three lines.
  133.  
  134.             XPRT somefile.txt G100
  135.  
  136.          Will shade the entire page.
  137.  
  138.          The command line:
  139.  
  140.              XPRT somefile.txt p5
  141.  
  142.          Will produce an output file named 'filename.XPR' in the current
  143.          directory. If this file already exists, it will be overwritten
  144.          without warning.
  145.  
  146. XPRT /r  will allow the user to enter the serial number that is assigned
  147.          upon registration.
  148.          
  149. XPRT /i  Toggle 'Fast Exit'. This will allow registered copies of XPRT
  150.          to exit immediately, instead of returning to the menu.
  151.          
  152. XPRT /?  will display a list of command line switches for batch mode.
  153.  
  154. XPRT [filename] will bring up the XPRT options menu.
  155.  
  156. XPRT [filename] [switches] will go directly to printing.
  157.  
  158. Initial Defaults: Pica, Portrait, Embedded formfeed on, Gray Bar Off,
  159.                   Page Header One, Indent 5, LPI 6, Port LPT1,
  160.                   4 Spaces/Tab, 1 Copy, line numbers off.
  161.                   
  162.     ------------------------------------------------------------------
  163.                                Newest Stuff      
  164.     vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  165.     
  166.     Version 5.5
  167.         1. Added 'Ln' (lines per inch) selection to the command line.
  168.         2. Added limited Epson (dot matrix) printer compatibility.
  169.     
  170.     Version 5.4
  171.         1. Added a third heading selection that includes only the
  172.            page number.
  173.     
  174.     Version 5.3
  175.         1. Fixed bug in status display. Line Numbers was indicating 'On' 
  176.            when actually 'Off' and vice-versa.
  177.         2. Added /i command line switch to toggle 'Immediate Exit' 
  178.            mode. This will cause XPRT to exit after print without
  179.            waiting for action from the user.
  180.            
  181.     Version 5.21
  182.         1. Removed duplex mode for LaserJet IIIsi printers. I have
  183.            had trouble with this option and I do not have access to a
  184.            duplex-equiped IIIsi.
  185.     
  186.     Version 5.2
  187.         1. Added 'Lines/Inch' and 'Line Numbers' to status box that
  188.            is displayed during printing.
  189.     
  190.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  191.     ------------------------------------------------------------------
  192.  
  193. Distribution - XPRT may be freely distributed via BBS, CD, Internet,
  194.                Pony Express, etc. The only charges allowed are those
  195.                to cover distribution expenses.
  196.                
  197. The latest release of XPRT may be downloaded from:
  198.     Compuserve - IBMHW (IBM Hardware) and HPPER (HP Peripherals) forums.
  199.     Internet   - FTP oak.oakland.edu /pub/msdos/laser
  200.  
  201. The author may be reached via:
  202.  
  203.       Mail - Paul R. Bearden
  204.              North Texas Computer Solutions
  205.              Box 426 / 312 N. Illinois Street
  206.              Celina, TX     75009
  207.  
  208.      Phone - (214) 382-2867
  209.  
  210. Compuserve - 72117,510
  211. Internet   - pbeard@netcom.com
  212.  
  213.